ci: Add .papr-ex.yaml
authorJonathan Lebon <jonathan@jlebon.com>
Fri, 11 May 2018 19:03:58 +0000 (15:03 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 11 May 2018 20:26:09 +0000 (20:26 +0000)
commit7a1ac8ef155f36f9c395cd29c5741af0e48e4f69
tree749c8d17b81dc97c79c85479915742cf7f82cf51
parent79c2d76e9f56a4eb0338641702d5804ad5056923
ci: Add .papr-ex.yaml

I'd like to start working towards migrating the OSTree CI towards the
new PAPR model running in PACI. In order to take it for a test drive
(pun intended) without yet replacing our current CI, the new PAPR now
knows to look for a `.papr-ex.yaml` file. So as to not conflict with the
current PAPR, no GitHub statuses will be output other than a
`required-ex` label, which plays the same role as `required`. For more
information, see:

https://github.com/projectatomic/papr/commit/85b1d0a91eba6597d01b52b674de38a876f030fe

The `.papr-ex.yaml` version is essentially the same except for:

1. the `FAH27-insttests` suite runs directly in the scheduled container
   (notice the new `kvm: true` key)
2. the `host:` based contexts (rpm-ostree and flatpak) are missing since
   we don't support provisioning a host just yet

Keeping them in sync could get annoying, though building confidence in
the new approach will allow us to migrate faster.

Closes: #1587
Approved by: cgwalters
.papr-ex.yaml [new file with mode: 0644]